Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: templates/edge/[Content_Types].xml.tmpl

Issue 29825555: Issue 6291 - add ManifoldJS packaging for Edge (Closed) Base URL: https://hg.adblockplus.org/buildtools/file/9a56d76cd951
Left Patch Set: Created July 9, 2018, 7:42 a.m.
Right Patch Set: Final patch set Created Aug. 9, 2018, 7:08 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « templates/edge/AppxManifest.xml.tmpl ('k') | tests/abp-150.png » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 <?xml version="1.0" encoding="UTF-8"?>
2 <Types xmlns="http://schemas.openxmlformats.org/package/2006/content-types">
3 {% for extension, content_type in defaults.items() -%}
4 <Default Extension="{{ extension }}" ContentType="{{ content_type }}"/>
5 {% endfor -%}
6 {% for part_name, content_type in overrides.items() -%}
7 <Override PartName="{{ part_name }}" ContentType="{{ content_type }}"/>
8 {% endfor -%}
9 </Types>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld